Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroup Class / UserCellGroup Constructor / UserCellGroup Constructor(Rectangle[])
The list of rectangular areas to include in the group, each area is identified by a System.Drawing.Rectangle structure as follows:

In This Topic
    UserCellGroup Constructor(Rectangle[])
    In This Topic
    Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of rectangular areas, in the group.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray ranges() As Rectangle _
    )
    public UserCellGroup( 
       params Rectangle[] ranges
    )

    Parameters

    ranges
    The list of rectangular areas to include in the group, each area is identified by a System.Drawing.Rectangle structure as follows:
    See Also